home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2030_if < prev    next >
Encoding:
Text File  |  1987-07-08  |  439 b   |  6 lines

  1. if ( condition, true-value, false-value* )
  2. cell-by-cell decision
  3.  
  4. Arguments are: condition—a number block containing zeroes for false and nonzeroes for true; true-value — what will be put in result if condition is true; false-value — optional: what will be put in result if condition is false.  If false-value is omitted, false values are taken from the previously returned block.
  5.  
  6. if creates a block the same size as the condition block.